home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2006 February
/
Gamestar_81_2006-02_dvd.iso
/
Red Shark
/
Common
/
Fonts.script
< prev
next >
Wrap
Text File
|
2001-10-22
|
693b
|
21 lines
//-------------------------------------------------------------------
//
// This code is copyright 2001 by G5 Software.
// Any unauthorized usage, either in part or in whole of this code
// is strictly prohibited. Violators WILL be prosecuted to the
// maximum extent allowed by law.
//
//-------------------------------------------------------------------
class CFonts
{
int VBCapacity = 30000;
string TextureName = "Resources/SmallFont.tex";
array CharWidth = array(8, 6);
array CharHeight = array(12, 9);
array CharTableWidth = array(28, 36);
array CharTableU = array(2, 2);
array CharTableV = array(2, 133);
}